Add SSE2 conversions
authorDaniel Sabo <DanielSabo@gmail.com>
Sat, 30 Mar 2013 15:48:52 +0000 (08:48 -0700)
committerDaniel Sabo <DanielSabo@gmail.com>
Sat, 6 Apr 2013 03:52:33 +0000 (20:52 -0700)
commit4054de8477b3ba4addb69cf9783dfb611f60faa6
tree9f3bff79236838302544e1bae9b262afdf054549
parent6c4a8181666f08f9dfa92954a1893ba3fd6a579d
Add SSE2 conversions

This patch includes two conversions for RaGaBaA -> RGBA. Depending
on the CPU either spin or shuffle is significantly faster. Unless
I can find a consistently fast version I'm going to let them fight
it out in the babl startup benchmarks.
configure.ac
extensions/Makefile.am
extensions/sse2-float.c [new file with mode: 0644]
extensions/sse2-int16.c [new file with mode: 0644]